CreateBrowserContextResponse

data class CreateBrowserContextResponse(browserContextId: BrowserContextID)

Represents response frame that is returned from Target#createBrowserContext operation call. Creates a new empty BrowserContext. Similar to an incognito profile but you can have more than one.

See also

Constructors

CreateBrowserContextResponse
Link copied to clipboard
fun CreateBrowserContextResponse(browserContextId: BrowserContextID)

Properties

browserContextId
Link copied to clipboard
val browserContextId: BrowserContextID
The id of the context created.

Sources

jvm source
Link copied to clipboard